ComponentOne ASP.NET MVC Controls
MajorGrid Method

C1.Web.Mvc.Fluent Namespace > ChartAxisBuilder<T> Class : MajorGrid Method
The value.
Configurates C1.Web.Mvc.ChartAxis<T>.MajorGrid. Sets a value indicating whether the axis includes grid lines.
Syntax
'Declaration
 
Public Function MajorGrid( _
   ByVal value As Boolean _
) As ChartAxisBuilder(Of T)
public ChartAxisBuilder<T> MajorGrid( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ChartAxisBuilder<T> Class
ChartAxisBuilder<T> Members